ocr: Method Description BeginDoc Sends a print job to the printer. If the print job is sent successfully, the application should call EndDoc to end the print job. Printing won't start until EndDoc is called. EndDoc Ends the current print job and closes the text file variable. After the application calls EndDoc, the printer begins printing. Use EndDoc after successtully sending a print job to the printer. GetPrinfer Retrieves the current printer. NewPage Forces current print job to begin printing on ar new page, SetPrinfer Specifies the current printer. Figure 4: Commonly-used TPrinter methods.